home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / lynxlib.zoo / e_osbind.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-06-27  |  429 b   |  17 lines

  1. #ifndef E_OSBIND_H
  2. #define E_OSBIND_H
  3.  
  4. /*-------------------------------------------------------*/
  5. /* All OS-related stuff                                  */
  6. /* Kept for compatability                 */
  7. /* Programs should include only those files that they      */
  8. /* need.                         */
  9. /*-------------------------------------------------------*/
  10.  
  11. #include <tos.h>
  12. #include <tosmem.h>
  13. #include <sysvar.h>
  14. #include <vt52.h>
  15.  
  16. #endif
  17.